docs(minecraft): sync 2026.7.0 default#379
Merged
Merged
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughUpdates the minecraft Helm chart's default image tag from 2026.5.4 to 2026.7.0. Adds an image.tag field to the playground configuration, registers minecraft in the playground sync mapping, and updates related documentation defaults, examples, and upgrade notes. ChangesMinecraft image tag update
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related issues
Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
mberlofa
added a commit
to helmforgedev/charts
that referenced
this pull request
Jul 7, 2026
Closes #698. ## Summary - Bump Minecraft server image from 2026.6.1 to 2026.7.0. - Update the main image tag, backup worker image, values schema defaults, README upgrade notes, and unit test expectations. - Keep the metrics sidecar image unchanged; this PR only updates the `itzg/minecraft-server` image tracked by the upstream-update issue. ## Upstream Evidence - GitHub release: https://github.com/itzg/docker-minecraft-server/releases/tag/2026.7.0 - Docker Hub image manifest verified: `docker.io/itzg/minecraft-server:2026.7.0` - Manifest platforms: `linux/amd64`, `linux/arm64`. - 2026.7.0 is a stable, non-prerelease upstream release published on 2026-07-04. - Release notes include Purpur support for ServerLibraryCleaner, start-utils extraction fixes, GTNH pack version handling with spaces, Paper boolean flag handling, and packwiz env-file reload after installer runs. ## Site Sync - Site PR: helmforgedev/site#379 ## Validation - `make image-verify IMAGE=docker.io/itzg/minecraft-server:2026.7.0` - `make deps-check CHART=minecraft` - `helm unittest charts/minecraft` passed: 7 suites, 71 tests. - `make standards-check CHART=minecraft` - `make validate-chart CHART=minecraft` passed fully: 17 layers, including k3d behavioral validation for default and all CI values scenarios. - `make site-sync-check CHART=minecraft` - `make release-check REPO=charts` - `make attribution-check REPO=charts` <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Updated the Minecraft chart to use the latest 2026.7.0 server image by default. * Backup-related components now also use the matching newer image version. * **Documentation** * Refreshed upgrade notes with the latest upstream release highlights and a more detailed upgrade checklist. * **Tests** * Adjusted chart tests to match the updated default image versions. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: MergeCheck <mergecheck@example.invalid>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
make site-sync-check CHART=minecraftnpm run format:checknpm run lintnpm run buildmake release-check REPO=sitemake attribution-check REPO=siteSummary by CodeRabbit
New Features
Documentation